home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland Pascal with Objects 7.0 / RWDOC.ZIP / MANUAL.RW < prev    next >
Text File  |  1992-10-27  |  3KB  |  88 lines

  1.                             MANUAL.RW
  2.                             =========
  3.  
  4.  
  5. This file contains additions and corrections to the Resource
  6. Workshop User's Guide.
  7.  
  8. The Resource Workshop online documentation also includes these
  9. files:
  10.  
  11. BWCCAPI.RW    Describes technical aspects of Borland Windows
  12.               Custom Controls.
  13.  
  14. CUSTCNTL.RW   Describes creating Windows custom controls classes,
  15.               with C and Pascal programming examples.
  16.  
  17. BWCCSTYL.RW   Describes general style guidelines for creating
  18.               resources using BWCC.
  19.  
  20.  
  21.  
  22. 1        Changes to the Resource Workshop User's Guide
  23. ------------------------------------------------------
  24.  
  25. The following sections describe corrections to the Resource
  26. Workshop User's Guide or changes to existing functionality.
  27.  
  28.  
  29. 1.1      Chapter 8, Using the Paint editor
  30. ------------------------------------------
  31.  
  32. p. 186   If you hold down the Shift key when you use the Paint
  33. Can, you replace all instances of the color you click on,
  34. contiguous or not. For example, if you select red from the Colors
  35. palette and Shift-click with the Paint Can on a blue pixel in
  36. your bitmapped resource, all blue pixels in the image are changed
  37. to red.
  38.  
  39.  
  40. 1.2      Chapter 12, Fonts
  41. --------------------------
  42.  
  43. p. 254   Windows 3.1 includes a third type of font: TrueType
  44. fonts, which are an enhanced form of vector font. They are
  45. described in your Windows documentation.
  46.  
  47. p. 269-270  The description of "Creating an .FON file with
  48. Borland Pascal" will work with Windows 3.0, but not Windows 3.1.
  49.  
  50. To create a Windows 3.1-compatible .FON file with Borland Pascal,
  51. follow the Turbo Assembler and TLINK instructions in the previous
  52. section, "Creating an .FON file with C++" (page 267-269).
  53.  
  54.  
  55. 1.3      Appendix A, Technical Notes
  56. ------------------------------------
  57.  
  58. p. 283   The sections on the #undef preprocessor directive and
  59. token pasting in preprocessor statements apply only to the C
  60. programming language. They do not apply to Resource Workshop and 
  61. Borland Pascal.
  62.  
  63. p. 288-292       The syntax descriptions and examples for the
  64. command-line tools (RLINK, BRCC, and BRC) use the notation
  65. "<filename>" to indicate where you must supply a file name. The
  66. file names need not be the same. For example, when using RLINK,
  67. you can specify a .RES input file and an .EXE ouput file with
  68. different names, as below:
  69.  
  70.     rlink my_res.res my_exe.exe
  71.  
  72. In some cases, using the same file name will return an error. In
  73. the following example:
  74.  
  75.     rlink -fihello.res hello.res hello.exe
  76.  
  77. you're linking the same file twice.
  78.  
  79. Note also that, for RLINK, the .RES file name is optional.
  80.  
  81. p. 291   If you're using Borland command-line tools only, the -30
  82. and -31 switches are not invalid when the -r switch is specified.
  83. The incompatibility arises only when you use the Microsoft 3.1
  84. Resource Compiler, which can't produce 3.0-compatible .RES files.
  85.  
  86.  
  87.             ========= END OF FILE MANUAL.RW =========
  88.